quartz: Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:09:37 +0000 (07:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Mar 2017 12:12:12 +0000 (07:12 -0500)
A ; was left out inadvertently.

gdk/quartz/GdkQuartzNSWindow.c

index d85056be85385abb844dc57d2deae188c1ade8d2..bef52a885484f8654996d0444b3bc6a6598909d2 100644 (file)
@@ -850,7 +850,7 @@ update_context_from_dragging_info (id <NSDraggingInfo> sender)
 
 -(void)windowWillExitFullScreen:(NSNotification *)aNotification
 {
-  [self setFrame:lastUnfullscreenFrame display:YES]
+  [self setFrame:lastUnfullscreenFrame display:YES];
 }
 
 @end